Dynomotion

Group: DynoMotion Message: 11013 From: cnc_machines Date: 2/3/2015
Subject: Fault Rewind
Greetings,

I am using KMotionCNC, however the way I have it set up the program is running in the background, and the operator doesnt have easy access to the screen.

I have an external button to rehome in the event of a fault. This however does not rewind the CNC program to the beginning. Is there a way to connect my external homing switch so that it will also press the rewind button at the same time as it homes?

Thanks,

Scott


Group: DynoMotion Message: 11016 From: Tom Kerekes Date: 2/3/2015
Subject: Re: Fault Rewind
Hi Scott,

You can have KFLOP tell KMotionCNC to rewind the file with:

DoPCInt(PC_COMM_RESTART);

Available commands are listed in \DSP_KFLOP\PC-DSP.h

Regards
TK

Group: DynoMotion Message: 11019 From: cnc_machines Date: 2/4/2015
Subject: Re: Fault Rewind
Thanks Tom! I will give it a try.

Scott